projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffa9a68
)
Restore the original triple split.
author
Will Andrews
<will@firepipe.net>
Tue, 2 Jun 2015 20:40:37 +0000
(14:40 -0600)
committer
Will Andrews
<will@firepipe.net>
Tue, 2 Jun 2015 20:40:37 +0000
(14:40 -0600)
src/etc/dl-snapshot.py
patch
|
blob
|
history
diff --git
a/src/etc/dl-snapshot.py
b/src/etc/dl-snapshot.py
index bf18bb71c8cfa1b49475481c094ece81123d06b5..4399229b8f177044226a42d40a02313b2270aa6a 100644
(file)
--- a/
src/etc/dl-snapshot.py
+++ b/
src/etc/dl-snapshot.py
@@
-34,7
+34,7
@@
with open('src/snapshots.txt') as f:
date = snaps.keys()[0]
triple = sys.argv[1]
-ts = triple.split('-'
, 2
)
+ts = triple.split('-')
arch = ts[0]
if (arch == 'i586') or (arch == 'i386'):